MessageSettings

data class MessageSettings(val recipients: List<String> = emptyList(), val subject: String? = null, val body: String? = null, val message: <Error class: unknown class>? = null, val disableAttachments: Boolean = false, val attachments: List<NavigationSpec.Message.Attachment> = emptyList())

Settings for configuring the message

Parameters

recipients

list of phone numbers to send the message to

subject

Optional subject of the message

body

Optional body of the message

disableAttachments

Disables the user from adding attachments

attachments

The list of Attachment added to the message

Constructors

Link copied to clipboard
constructor(recipients: List<String> = emptyList(), subject: String? = null, body: String? = null, message: <Error class: unknown class>? = null, disableAttachments: Boolean = false, attachments: List<NavigationSpec.Message.Attachment> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val body: String? = null
Link copied to clipboard
Link copied to clipboard
val message: <Error class: unknown class>? = null
Link copied to clipboard
Link copied to clipboard
val subject: String? = null